@charset "utf-8";
/* CSS Document */
HTML, body {
	background-size: cover;
	font-family: arial;
	color: white;
	width: auto;
	height: 100%;
	background: url("/static/images/achtergrond ICT.png") no-repeat;
	box-sizing: border-box;
	background-color: #22C30F;
	overflow: hidden;
}

a {
	text-decoration: underline, blue;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	top: 0;
	position: relative;	
	overflow: visible;
	text-overflow: ellipsis;
	height: 40px;
	
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}



footer {
	background-color: #000;
	padding-top: 20px;
	right: 0;
	margin: 0;
	bottom: 0;
	position: fixed;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0.8;
	font-weight: bold;
	font-size: 40px;
	visibility: hidden;
	text-decoration: underline;
}

.nav {
	margin: 0;
	padding: 0;
	display: flex;
}

.selected {
	background-color: green;
	text-shadow: -1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;

}
h1 {
	font-size: 50px;
	text-align: center;
	text-decoration: underline;
}
ul li {
	float: left;
	width: 375px;
	height: 40px;
	background-color: black;
	opacity: .8;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}
ul li:hover {
	background-color: darkgreen;
}
ul li a {
	text-decoration: none;
	color: white;
	display: block;
}
ul li a:hover {
	background-color: green;
	
}
ul li ul li {
	display: none;
	margin-right: 2px;
	position: relative;
	
}

.text {
	text-align: left;
	float: left;
	margin: 0px 40px 0px 40px;
}

ul li:hover ul li {
	display: block;
	visibility: visible;
}

#content {
	font-size: 30px;
	HEIGHT: 1080px;
}

h1 {
	text-align: center;
}

p {
	color: #000;
		-webkit-text-fill-color: #000;
		-webkit-text-stroke-color: #ffffff;
		-webkit-text-stroke-width: 0.3px;
}
